home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200403-03.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  78 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200403-03.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(14454);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200403-03");
  17.  
  18.  desc = 'The remote host is affected by the vulnerability described in GLSA-200403-03
  19. (Multiple OpenSSL Vulnerabilities)
  20.  
  21.  
  22.       Testing performed by the OpenSSL group using the Codenomicon
  23.       TLS Test Tool uncovered a null-pointer assignment in the
  24.       do_change_cipher_spec() function. A remote attacker could perform
  25.       a carefully crafted SSL/TLS handshake against a server that used
  26.       the OpenSSL library in such a way as to cause OpenSSL to
  27.       crash. Depending on the application this could lead to a denial of
  28.       service. All versions of OpenSSL from 0.9.6c to 0.9.6l inclusive
  29.       and from 0.9.7a to 0.9.7c inclusive are affected by this issue.
  30.       A flaw has been discovered in SSL/TLS handshaking code when
  31.       using Kerberos ciphersuites. A remote attacker could perform a
  32.       carefully crafted SSL/TLS handshake against a server configured to
  33.       use Kerberos ciphersuites in such a way as to cause OpenSSL to
  34.       crash. Most applications have no ability to use Kerberos
  35.       cipher suites and will therefore be unaffected.  Versions 0.9.7a,
  36.       0.9.7b, and 0.9.7c of OpenSSL are affected by this issue.
  37.       Testing performed by the OpenSSL group using the Codenomicon
  38.       TLS Test Tool uncovered a bug in older versions of OpenSSL 0.9.6
  39.       that can lead to a Denial of Service attack (infinite
  40.       loop). This issue was traced to a fix that was added to OpenSSL
  41.       0.9.6d some time ago. This issue will affect vendors that ship
  42.       older versions of OpenSSL with backported security patches.
  43.   
  44. Impact
  45.  
  46.     Although there are no public exploits known for bug, users are recommended
  47.     to upgrade to ensure the security of their infrastructure.
  48.   
  49. Workaround
  50.  
  51.     There is no immediate workaround; a software upgrade is required. The
  52.     vulnerable function in the code has been rewritten.
  53.   
  54.  
  55. Solution: 
  56.     All users are recommened to upgrade openssl to either 0.9.7d or 0.9.6m:
  57.     # emerge sync
  58.     # emerge -pv ">=dev-libs/openssl-0.9.7d"
  59.     # emerge ">=dev-libs/openssl-0.9.7d"
  60.   
  61.  
  62. Risk Factor : Medium
  63. ';
  64.  script_description(english: desc);
  65.  script_copyright(english: "(C) 2004 Michel Arboi");
  66.  script_name(english: "[GLSA-200403-03] Multiple OpenSSL Vulnerabilities");
  67.  script_category(ACT_GATHER_INFO);
  68.  script_family(english: "Gentoo Local Security Checks");
  69.  script_dependencies("ssh_get_info.nasl");
  70.  script_require_keys('Host/Gentoo/qpkg-list');
  71.  script_summary(english: 'Multiple OpenSSL Vulnerabilities');
  72.  exit(0);
  73. }
  74.  
  75. include('qpkg.inc');
  76. if (qpkg_check(package: "dev-libs/openssl", unaffected: make_list("ge 0.9.7d", "eq 0.9.6m"), vulnerable: make_list("le 0.9.7c")
  77. )) { security_warning(0); exit(0); }
  78.